projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69443ea
)
set the version of babl to 0.0.8
author
Øyvind Kolås
<ok@src.gnome.org>
Fri, 29 Dec 2006 15:29:51 +0000
(15:29 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Fri, 29 Dec 2006 15:29:51 +0000
(15:29 +0000)
* configure.ac: set the version of babl to 0.0.8
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 4e16ea18d932d0dd054b5159e02ad3038bbc83fa..885c0d24456e32fbe01c78398fa03bf73943e459 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2006-12-29 Øyvind Kolås <pippin@gimp.org>
+
+ * configure.ac: set the version of babl to 0.0.8
+
2006-12-29 Øyvind Kolås <pippin@gimp.org>
* docs/Makefile.am: include changelog2rss script.
diff --git
a/configure.ac
b/configure.ac
index 96aada1fd32290efe7639d54cfeb5a6b7fce1304..8b10128d09e46a9cc8f4923f7772c29188ce999b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2,7
+2,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], 0)
m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version],
7
)
+m4_define([babl_micro_version],
8
)
AC_INIT(babl, babl_major_version.babl_minor_version.babl_micro_version)
AC_CONFIG_SRCDIR(babl/babl.h)